home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / CUCD / Programming / THXPlayLib / developer / C / proto / thxplay.h
Encoding:
C/C++ Source or Header  |  1998-06-19  |  362 b   |  22 lines

  1. #ifndef _PROTO_THXPLAY_H
  2. #define _PROTO_THXPLAY_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7. #ifndef CLIB_THXPLAY_PROTOS_H
  8. #include <clib/thxplay_protos.h>
  9. #endif
  10.  
  11. #ifdef __GNUC__
  12. #include <inline/thxplay.h>
  13. #else
  14. #include <pragma/thxplay_lib.h>
  15. #endif
  16.  
  17. #ifndef __NOLIBBASE__
  18. extern struct Library *THXPlayBase;
  19. #endif
  20.  
  21. #endif    /*  _PROTO_THXPLAY_H  */
  22.